ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Fibonacci<T> Class / MinX Property

In This Topic
    MinX Property
    In This Topic
    Gets or sets the x minimal value of the Fibonacci tool.
    Syntax
    'Declaration
     
    
    Public Property MinX As Object
    public object MinX {get; set;}
    Remarks
    If not specified, current minimum of x-axis is used. The value can be specified as a number or Date object.
    See Also